home *** CD-ROM | disk | FTP | other *** search
/ Aminet 49 / Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso / Aminet / util / boot / ToolsDaemon22.lha / ToolsDaemon22.readme < prev    next >
Text File  |  2002-03-07  |  4KB  |  96 lines

  1. Short:    Patches for ToolsDaemon to work with OS 3.9
  2. Author:   Mikolaj Calusinski <bloelle@priv.gold.pl>
  3. Version:  2.2 (45.005)
  4. Type:     util/boot
  5. Requires: KS V37+, original ToolsDaemon 2.1a package
  6. Replaces: util/boot/ToolsDaemon22.lha
  7.  
  8. Fourth edition. Urgh, while fixing things I've made a very stupid typo which
  9. completely disabled hotkeys. Thanks to Gregory S. Donner and Andreas Kürzinger
  10. for bugreports. Sorry guys.
  11.  
  12. PROBLEMS:
  13. ---------
  14. There are still some problems/incompatibilities but they all are caused by
  15. bugs in workbench.library V45.127:
  16.  
  17. - some menus may not be layed out properly (especially rightmost ones) - parts
  18. of them tend to be displayed beyond visible area of the screen
  19. - there are memory leaks when reinstalling menus: 58 bytes for each added menu
  20. title and 82 bytes for each submenu; ordinary menu items are not affected
  21. - installing/uninstalling menus is SLOW and it becomes DEAD SLOW for larger
  22. scripts. So folks *DO NOT* try to make menus with 63 items, each consisting of
  23. 31 submenus. No, 68060 won't help you here. ;)
  24. - if you load your WB with '-debug' switch, you can still add 27 of your menu
  25. titles even if this gives you illegal overall number of entries (32) for the
  26. screen. The last one will not be selectable of course.
  27.  
  28. All of these bugs have been reported to Olaf Barthel and some of them
  29. *probably* will be fixed for BB2. Do not ask me when, though.
  30.  
  31.                                       *
  32.  
  33. These patches fix ToolsDaemon 2.1a, written by Nico François, to take
  34. advantage of V45 (OS 3.9) Workbench API. Users of older Workbenches may find
  35. this update interesting too as I fixed a couple of annoying bugs like wrong
  36. pen selection for menus on deeper screens, etc.
  37.  
  38. You will need the original ToolsDaemon V2.1a files, which can be found on
  39. Aminet: util/boot/ToolsDaemon21a.lha.
  40.  
  41. This patch is freeware. No warranties: it works for me but 'your mileage may
  42. vary'. ;-)
  43.  
  44. ******************************************************************************
  45. NOTE: For proper operation you have to patch ALL three files:
  46. toolsdaemon-handler, main ToolsDaemon exe and preferencres editor ToolsPrefs!
  47.  
  48. Users of OS 3.5: be warned that ToolsDaemon 2.2 will NOT work under
  49. workbench.library V44, revision 1511 or higher (ie. BoingBag2/2a)!!! This
  50. is due to only partial support of new API in these revisions which is not
  51. sufficient for ToolsDaemon. You will need original workbench.library V44.1414
  52. or V44.1479 from BoingBag1. Or - better - upgrade to OS 3.9.
  53. ******************************************************************************
  54.  
  55. -----------------------------------------------------------------------------
  56. Installation:
  57.  
  58. 1. Unarchive this package to T: directory
  59.  
  60. 2. Copy following three original ToolsDaemon 2.1a files: 'ToolsDaemon',
  61. 'ToolsDaemon-handler' and 'ToolsPrefs' to T: directory
  62.  
  63. 3. Open shell, cd to T: and type:
  64.  
  65. 'spatch ToolsDaemon'
  66. 'spatch ToolsDaemon-handler'
  67. 'spatch ToolsPrefs'
  68.  
  69. 4. Copy files with '.new' suffix over originals:
  70.  
  71. 'copy ToolsDaemon.new TO SYS:WBStartup/ToolsDaemon'
  72. 'copy ToolsDaemon-handler.new TO L:ToolsDaemon-handler'
  73. 'copy ToolsPrefs.new TO SYS:Prefs/ToolsPrefs'
  74.  
  75. 5. Enjoy (if you find any bugs, please contact me: bloelle@priv.gold.pl)
  76.  
  77. -----------------------------------------------------------------------------
  78.  
  79. Many thanks to Olaf Barthel for sending me up-to-date autodocs of V45 wb.lib.
  80. BIG thanks to Darek whose script helped me to spot cleanup bug.
  81.  
  82. ToolsDaemon package is Copyright (c) 1991-1994 Nico François 
  83. spatch is Copyright © 1992 SAS Institute, Inc.
  84.  
  85. ******************************************************************************
  86. *                                                                            *
  87. * Permission is hereby granted to distribute this program's archive          *
  88. * containing the executables and documentation for non-commercial purposes   *
  89. * so long as the archive and its contents are not modified in any way.       *
  90. *                                                                            *
  91. * This program may not be distributed for a profit.                          *
  92. *                                                                            *
  93. * This program is not in the public domain.                                  *
  94. *                                                                            *
  95. ******************************************************************************
  96.